home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000215_news@columbia.edu _Wed Jan 3 09:19:39 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id JAA29262 for <kermit.misc@watsun>; Wed, 3 Jan 1996 09:19:39 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id JAA21653 for kermit.misc@watsun; Wed, 3 Jan 1996 09:19:36 -0500 (EST)
  4. Path: news.columbia.edu!panix!imci3!imci2!newsfeed.internetmci.com!chi-news.cic.net!newsjunkie.ans.net!jpmorgan.com!usenet
  5. From: rmcmanus@simba2 (Russ McManus)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: debugging a serial connection
  8. Date: 03 Jan 1996 09:03:00 -0500
  9. Organization: J.P. Morgan
  10. Lines: 26
  11. Sender: rmcmanus@simba2
  12. Message-ID: <yg520ph1iln.fsf@simba2>
  13. Reply-To: rmcmanus@jpmorgan.com
  14. NNTP-Posting-Host: simba2.ny.jpmorgan.com
  15. X-Newsreader: Gnus v5.0.9
  16.  
  17. I am using c-kermit from linux 1.2.13 to dial in 
  18. to my isp to access a shell account, but I am reading 
  19. lots of spurious data from the modem.
  20.  
  21. I connect successfully, but the login menu is interspersed
  22. with gibberish, and the modem continues to read gibberish.
  23.  
  24. I have called my isp to check the connection parameters,
  25. which are 8bits, 19200 speed, no parity, hardware (rts/cts)
  26. flow control.
  27.  
  28. I use these same connection parameters to dial into another
  29. account I have at work, with no difficulties.
  30.  
  31. I have read the section in "Using C Kermit" on debugging
  32. connections, and have tried 'set debug session', so
  33. now I can see lots of printable gibberish.
  34.  
  35. What should I try next?  Do the two modems not agree about
  36. the speed of the connection?  Should I try sending a 'break'?
  37. How does one debug such a problem?
  38.  
  39. thanks for any suggestions,
  40.  
  41. russ
  42.